projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b123f3
)
(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
author
Kenichi Handa
<handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000
(12:00 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000
(12:00 +0000)
src/w32select.c
patch
|
blob
|
history
diff --git
a/src/w32select.c
b/src/w32select.c
index 77d9af3fa6b2bc081144c896163756c2b1d53437..5191b2a2ed237bc790ca2609772658ad7bad5759 100644
(file)
--- a/
src/w32select.c
+++ b/
src/w32select.c
@@
-120,7
+120,7
@@
DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat
num = ((nbytes <= 2 /* Check the possibility of short cut. */
|| NILP (buffer_defaults.enable_multibyte_characters))
? 0
- : find_charset_in_str (src, nbytes, charsets, Qnil,
1
));
+ : find_charset_in_str (src, nbytes, charsets, Qnil,
0
));
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
{